@charset "utf-8";

@font-face {
	font-family: "Berlin Sans FB";
	src: url(../fonts/brlnsr.ttf);
}
@font-face {
	font-family: "Berlin Sans FB";
	font-weight: bold;
	src: url(../fonts/brlnsdb.ttf);
}

@font-face {
	font-family: "方正综艺简体";
	src: url(../fonts/方正综艺简体.ttf);
}

@font-face {
	font-family: "DIN";
	src: url(../fonts/DIN-Medium.otf);
}
@font-face {
	font-family: "dashicons";
	src: url(../fonts/dashicons.ttf);
}
.dashicons-media-document:before {
    content: "\f497"
}
.dashicons-media-archive:before {
    content: "\f501"
}
.dashicons,.dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 35px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in
}
